Skip to content

feat: component renaming#3502

Merged
isekovanic merged 8 commits intodevelopfrom
feat/component-renaming
Mar 22, 2026
Merged

feat: component renaming#3502
isekovanic merged 8 commits intodevelopfrom
feat/component-renaming

Conversation

@isekovanic
Copy link
Contributor

🎯 Goal

This PR standardizes several legacy UI component names to a cleaner and more consistent naming scheme. It also aligns the related public API, theme keys, tests, and sample usages with those names. It also adds a few lightweight message row customization slots so consumers can extend layout without fully replacing the default message components.

  • Renamed MessageSimple -> MessageItemView
  • Renamed MessageAvatar -> MessageAuthor
  • Renamed MessageInput -> MessageComposer
  • Renamed ChannelListMessenger -> ChannelListView
  • Renamed ChannelPreviewMessenger -> ChannelPreviewView
  • Added MessageSpacer
  • Added MessageContentTopView
  • Added MessageContentBottomView
  • Added MessageContentLeadingView
  • Added MessageContentTrailingView

🛠 Implementation details

🎨 UI Changes

iOS
Before After
Android
Before After

🧪 Testing

☑️ Checklist

  • I have signed the Stream CLA (required)
  • PR targets the develop branch
  • Documentation is updated
  • New code is tested in main example apps, including all possible scenarios
    • SampleApp iOS and Android
    • Expo iOS and Android

@Stream-SDK-Bot
Copy link
Contributor

SDK Size

title develop branch diff status
js_bundle_size 373 KB 373 KB +19 B 🟢

@isekovanic isekovanic merged commit bcf6866 into develop Mar 22, 2026
5 checks passed
@isekovanic isekovanic deleted the feat/component-renaming branch March 22, 2026 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants